From: Matthias Clasen Date: Fri, 21 Apr 2017 22:27:43 +0000 (-0400) Subject: Fix a typo X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~39^2~625 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=991e84fe3acf338e8046b30e3ff3e93057bd5a7f;p=gtk%2B3.0.git Fix a typo --- diff --git a/gdk/wayland/gdkwindow-wayland.c b/gdk/wayland/gdkwindow-wayland.c index b6013a120d..2b25faa882 100644 --- a/gdk/wayland/gdkwindow-wayland.c +++ b/gdk/wayland/gdkwindow-wayland.c @@ -2273,7 +2273,7 @@ should_map_as_subsurface (GdkWindow *window) if (impl_parent->mapped) return TRUE; else - g_warning ("Couldn't map window %p as susburface because its parent is not mapped.", + g_warning ("Couldn't map window %p as subsurface because its parent is not mapped.", window); }